projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9423f4
)
Remove debug spew
author
Matthias Clasen
<matthiasc@src.gnome.org>
Tue, 1 May 2007 22:01:16 +0000
(22:01 +0000)
committer
Matthias Clasen
<matthiasc@src.gnome.org>
Tue, 1 May 2007 22:01:16 +0000
(22:01 +0000)
svn path=/trunk/; revision=17756
gtk/gtkiconcache.c
patch
|
blob
|
history
diff --git
a/gtk/gtkiconcache.c
b/gtk/gtkiconcache.c
index cd25d300f1c463644088446585d143e1f74acff0..b056c5fb622559fdb808ea654a0a41a326586f81 100644
(file)
--- a/
gtk/gtkiconcache.c
+++ b/
gtk/gtkiconcache.c
@@
-128,12
+128,11
@@
_gtk_icon_cache_new_for_path (const gchar *path)
info.n_directories = 0;
info.flags = CHECK_OFFSETS|CHECK_STRINGS;
- g_print ("validating %s\n", cache_filename);
if (!_gtk_icon_cache_validate (&info))
{
g_mapped_file_free (map);
+ g_warning ("Icon cache '%s' is invalid\n", cache_filename);
- GTK_NOTE (ICONTHEME, g_print ("invalid icon cache\n"));
goto done;
}